home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 11
/
PC World Interactive 11.iso
/
share
/
convert
/
cel2pcx.lzh
/
README.TXT
< prev
Wrap
Text File
|
1994-03-13
|
1KB
|
34 lines
cel2pcx Version 1.0
This is a utility for converting the .cel pictures of Kiss to 256
color .pcx files. This is convenient for home editing of .cels or if
you are trying to convert the elements over to, say paperdol.
----
Disclaimer:
It's another hack.
General info: C++ source, written under MSDOS. I'm using the same
wildcard expander object file. To run the program, command line format
is like this:
cel2pcx <.kcf file to use> <file to convert> {file to convert}... etc.
Example: cel2pcx test.kcf *.cel
The output .pcx files will be 256 color. The .kcf file is appended to
the end as the palette, with the remaining palette entries zeroed out.
(i.e. black).
BUGS:
None known yet. Any problems, let me know at mcurley@cs.utexas.edu
CREDIT:
Thanks to Roger Earle for leading me to a site with .pcx specs on it;
this program wouldn't have been possible without it.
Thanks to Ito Takayuki for uploading all those cool files.
And thanks to all those who mess around with Kiss enough to make
a little utility like this worth writing.
MATT